home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / runtime / lib32 / readme.txt < prev    next >
Text File  |  1996-05-03  |  549b  |  21 lines

  1. REGISTERING OCX CONTROLS
  2. ------------------------
  3.  
  4. Before you can use an application that uses any OCX files you must register
  5. them in the system registry.  This is done using the REGSVR32 utility.
  6.  
  7.     REGSVR32 [/u] filename
  8.  
  9.  
  10.     The REGSVR32 syntax has these parts:
  11.  
  12.     PART        DESCRIPTION
  13.  
  14.     /u          Unregisters an OLE server, OLE DLL, or an OLE control.
  15.     filename    The name of the file you want to register or unregister.
  16.  
  17.     REMARKS
  18.  
  19.     A success or failure dialog box will be displayed upon completion.
  20.  
  21.